parser also has ability to do n-back WikiLinks to indicate that the bot should grab some range of posts that precede the wikilinked post like [[^{m,n} Link]] or [[^{n} Link]] (full syntax described in parser docstrings linked below. I’ve found that to be a common pattern, wanting to tag some conversation after the fact. Next need to make a command syntax to implement basic stuff like declaring checklists and having the bot retrieve them and whatnot to make the chat<->wiki bridge more bidirectional.
post to mediawiki: https://git.jon-e.net/jonny/wiki-postbot/src/branch/main/wiki_postbot/interfaces/mediawiki.py WikiLink parser: https://git.jon-e.net/jonny/wiki-postbot/src/branch/main/wiki_postbot/patterns/wikilink.py
parser also has ability to do n-back WikiLinks to indicate that the bot should grab some range of posts that precede the wikilinked post like [[^{m,n} Link]] or [[^{n} Link]] (full syntax described in parser docstrings linked below. I’ve found that to be a common pattern, wanting to tag some conversation after the fact. Next need to make a command syntax to implement basic stuff like declaring checklists and having the bot retrieve them and whatnot to make the chat<->wiki bridge more bidirectional.
post to mediawiki: https://git.jon-e.net/jonny/wiki-postbot/src/branch/main/wiki_postbot/interfaces/mediawiki.py WikiLink parser: https://git.jon-e.net/jonny/wiki-postbot/src/branch/main/wiki_postbot/patterns/wikilink.py